home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 84 / MacAddict_084_2003_08.iso / pc / Software / Audio & Music / Audacity 1.1.3.dmg / README.txt < prev   
Text File  |  2003-03-19  |  9KB  |  301 lines

  1. Audacity: A Free, Cross-Platform Digital Audio Editor
  2.  
  3. Version 1.1.3
  4. For changelog, see the bottom of this document.
  5.  
  6. WWW:   http://audacity.sourceforge.net/
  7.  
  8. Email: audacity-help@lists.sourceforge.net
  9.  
  10. Lead Developers:
  11.  
  12.   Dominic Mazzoni
  13.   Joshua Haberman
  14.   Matt Brubeck
  15.  
  16. Developers:
  17.  
  18.   Brian Gunlogson
  19.   Shane Mueller
  20.   Vaughan Johnson
  21.   Greg Mekkes
  22.   Vince Busam
  23.   Augustus Saunders  
  24.   Tony Oetzmann
  25.   Paul Nasca
  26.   Roger Dannenberg
  27.  
  28. Other Contributors:
  29.  
  30.   Dave Beydler
  31.   Jason Cohen
  32.   Steve Harris
  33.   Daniil Kolpakov
  34.   Robert Leidle
  35.   Logan Lewis
  36.   Jason Pepas
  37.   Mark Phillips
  38.   Jonathan Ryshpan
  39.   Patrick Shirkey
  40.   Mark Tomlinson
  41.   David Topper
  42.   Rudy Trubitt
  43.  
  44. The Audacity Logo:
  45.  
  46.   Harvey Lubin
  47.   http://www.agrapha.com/
  48.  
  49. Special Thanks:
  50.  
  51.   The wxWindows Team
  52.   The Ogg Vorbis Team
  53.   Rob Leslie (libmad)
  54.   Ross Bencina and Phil Burk (PortAudio)
  55.   Erik de Castro Lopo (libsndfile)
  56.   Verilogix, Inc.
  57.  
  58. -------------------------------------------------------------
  59.  
  60. This program is free software; you can redistribute it and/or
  61. modify it under the terms of the GNU General Public
  62. License as published by the Free Software Foundation; either
  63. version 2 of the License, or (at your option) any later version.
  64.  
  65. This program is distributed in the hope that it will be useful,
  66. but WITHOUT ANY WARRANTY; without even the implied warranty of
  67. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  68. General Public License for more details.
  69.  
  70. You should have received a copy of the GNU General Public License
  71. along with this program (in a file called LICENSE.txt); if not, go
  72. to http://www.gnu.org/copyleft/gpl.html or write to 
  73.  
  74.   Free Software Foundation, Inc.
  75.   59 Temple Place - Suite 330
  76.   Boston, MA 02111-1307 USA
  77.  
  78. -------------------------------------------------------------
  79.  
  80. Source code to this program is always available; for more
  81. information visit our website at:
  82.  
  83.   http://audacity.sourceforge.net/
  84.  
  85. Audacity is built upon other free libraries; some of
  86. these libraries may have come with Audacity in the lib-src
  87. directory.  Others you are expected to install first if
  88. you want Audacity to have certain capabilities.  Most
  89. of these libraries are not distributed under the terms
  90. of the GPL, but rather some other free, GPL-compatible
  91. license.  Specifically:
  92.  
  93.   wxWindows: LGPL
  94.     Cross-platform GUI library - must be downloaded and
  95.     compiled separately.
  96.  
  97.   expat: BSD-like license.
  98.     Provides XML parsing.  Included with Audacity
  99.  
  100.   iAVC: LGPL
  101.     Part of the code to the AVC Compressor effect.
  102.     Included with Audacity.
  103.  
  104.   libid3tag: GPL
  105.     Reads/writes ID3 tags in MP3 files.  Optional
  106.     separate download as part of libmad.
  107.  
  108.   libmad: GPL
  109.     Decodes MP3 files.  Optional separate download.
  110.  
  111.   libnyquist: BSD-like license.
  112.     Functional language for manipulating audio; available
  113.     within Audacity for effects processing.
  114.  
  115.   libogg: BSD-like license.
  116.     Optional separate download, along with libvorbis.
  117.  
  118.   libsndfile: LGPL
  119.     Reads and writes uncompressed PCM audio files.
  120.     Included with Audacity.
  121.  
  122.   libvorbis: BSD-like license.
  123.     Decodes and encodes Ogg Vorbis files.  Optional
  124.     separate download.
  125.  
  126. For more information, see the documentation inside
  127. each library's source code directory.
  128.  
  129. -------------------------------------------------------------
  130.  
  131. Compilation instructions:
  132.  
  133. First you must download wxWindows from:
  134.  
  135.   http://www.wxwindows.org/
  136.  
  137. If you install the RPM, make sure you install the devel RPM
  138. as well, otherwise, you won't be able to compile Audacity
  139. from source.
  140.  
  141. To compile on Linux, Mac OS X, and other Unix systems,
  142. simply execute these commands:
  143.  
  144.   ./configure
  145.   make
  146.   make install  # as root
  147.  
  148. To see compile-time options you can set, you can type
  149. "./configure --help".
  150.   
  151. If you want to do any development, you might want to generate
  152. a configure cache and header dependencies:
  153.  
  154.   ./configure -C
  155.   make dep
  156.  
  157. To compile on Windows using MSVC++, please follow the
  158. instructions found in compile.txt in the "win" subdirectory.
  159.  
  160. For more information on compilation (CodeWarrior for Mac is
  161. also supported) please email audacity-help@lists.sourceforge.net
  162.  
  163. -------------------------------------------------------------
  164.  
  165. Known issues/problems:
  166.  
  167. * Windows: The floating tool palette does not minimize when
  168.   minimizing a project window.  As a workaround, you can
  169.   just keep the tool palette docked with the project window.
  170.  
  171. -------------------------------------------------------------
  172.  
  173. New features in Audacity 1.1.3:
  174.   * User Interface
  175.     - New Mixer toolbar allows you to control the output
  176.       volume, input volume, and input source directly
  177.       from Audacity.
  178.     - Every track now has its own gain and pan controls.
  179.  
  180.   * File I/O
  181.     - Uses improved project file format.  (Unfortunately reading
  182.       previous formats, including 1.1.1, is not supported.)
  183.     - Block files (stored in Audacity project directories) now
  184.       use the standard AU format.  Though some Audacity
  185.       meta-information is in these files, they can now be
  186.       read by many other popular audio programs as well.
  187.     - Fixed some bugs relating to reading/writing audio
  188.       files with more than 16 bits per sample.
  189.     - Import RAW is functional again, with a simpler GUI
  190.       but support for far more file formats.  The
  191.       autodetection algorithms are much more accurate than
  192.       in 1.0.
  193.  
  194.   * Audio I/O
  195.     - Completely rewritten audio I/O, with lower latency
  196.       and minimal chance of buffer underruns while
  197.       recording.
  198.  
  199.   * Resampling
  200.     - Using high quality resampling algorithms, with the
  201.       option of better quality for mixing than for real-time
  202.       playback
  203.  
  204.     - Preliminary support for Time Tracks, for changing
  205.       playback speed over time.
  206.  
  207.   * Many more bug fixes and new features
  208.  
  209. New features in Audacity 1.1.2:
  210.   * User Interface
  211.     - Fixed bug in Windows version, for track menu commands 
  212.       "Name..." and "Split Stereo Track"/"Make Stereo Track".
  213.   * Effects
  214.     - Nyquist support on Windows (supports plug-ins written 
  215.       in Nyquist, an interpreted functional language based 
  216.       on Lisp).
  217.  
  218. New features in Audacity 1.1.1:
  219.  
  220.   * User Interface
  221.     - Tooltips appear in Statusbar.
  222.     - Vertical cursor follows play/record
  223.     - Pause button
  224.     - Drawing tool (with three different modes)
  225.     - Vertical Resizing of stereo tracks is more fun.
  226.     - Adjust selection by click-dragging selection boundary
  227.     - Toolbar button context-sensitive enabling/disabling
  228.     - Better zooming functionality (centers region)
  229.     - Multiple ways to display the cursor position and selection
  230.     - Snap-to selection mode
  231.     - Drag tracks up and down
  232.     - Align and group align functions
  233.     - Cursor save/restore
  234.     - Working history window
  235.   * Effects
  236.     - Effects broken down into three menus: Generate, Effect, and
  237.       Analyze
  238.     - Generate menu lets you generate silence, noise, or a tone
  239.     - Nyquist support (supports plug-ins written in Nyquist,
  240.       an interpreted functional language based on Lisp)
  241.   * Localization
  242.     - Improved localization support
  243.     - More languages available
  244.     - Language selection dialog on startup
  245.   * Mac OS X
  246.     - Support for more audio hardware
  247.     - Support for full-duplex (play while recording)
  248.     - Support for MP3 exporting using LameLib Carbon
  249.   * Unix
  250.     - Audacity now has a man page (it describes command-line
  251.       options and how to set the search path)
  252.   * File Formats
  253.     - Uses libsndfile 1.0, which fixes some bugs and
  254.       improves performance
  255.   * Searching for Files:
  256.     - On Windows and Mac OS, Audacity now looks for
  257.       translations in the "Languages" folder and all plug-ins
  258.       in the "Plug-ins" folder, relative to the program.
  259.     - On Unix, Audacity looks for translations in
  260.       <prefix>/share/locale and looks for everything else
  261.       in <prefix>/share/audacity and also in any paths in
  262.       the AUDACITY_PATH environment variable
  263.  
  264. New features in Audacity 1.1.0:
  265.  
  266.   * Core audio processing:
  267.     - Support for 24-bit and 32-bit sample formats
  268.     - Automatic real-time resampling (using linear
  269.         interpolation)
  270.   * Effects:
  271.     - Support LADSPA plugins on Linux / Unix
  272.   * File formats:
  273.     - New XML-based Audacity project format
  274.     - Full Ogg Vorbis support now (importing and exporting)
  275.     - Export to any command-line programs on Unix
  276.     - Support for reading and writing many more types of
  277.         uncompressed audio files, including ADPCM WAV files.
  278.   * Toolbars
  279.     - New toolbar drawing code; automatically adopts your
  280.         operating system's colors
  281.     - New toolbar buttons (Skip to Start, Skip to End)
  282.     - New Edit toolbar
  283.     - Toolbar buttons disable when they're not available
  284.   * User Interface
  285.     - Fully customizable keyboard commands
  286.     - Autoscroll while playing or recording
  287.     - New Ruler, used in main view and in
  288.         FFT Filter effect
  289.     - The waveform now displays the average value in a lighter
  290.         color inside the peak values
  291.   * Localization
  292.     - Audacity can now be localized to different foreign
  293.       languages.
  294.  
  295. New libraries in Audacity 1.1:
  296.  
  297.   * libmad for fast MP3 importing
  298.   * libid3tag for editing MP3 file information
  299.   * libsndfile to read and write more audio file formats
  300.   * PortAudio for cross-platform audio playing and recording
  301.